home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Common / nocrt.h < prev    next >
Text File  |  1997-01-03  |  204b  |  12 lines

  1. //
  2. //  NOCRT.h
  3. //
  4. //  Copyright (C) Microsoft Corporation, 1996
  5. //
  6. //  Replacement C runtime routines to avoid pulling in any unnecessary goo.
  7. //
  8.  
  9. extern "C" {
  10. LPOLESTR        OleStrdup(LPCOLESTR psz);
  11. }
  12.